projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6555f1a
)
; etc/NEWS: Fix default-frame-alist reference (Bug#26280).
author
Noam Postavsky
<npostavs@gmail.com>
Sat, 6 May 2017 18:03:06 +0000
(14:03 -0400)
committer
Noam Postavsky
<npostavs@gmail.com>
Sat, 6 May 2017 18:03:06 +0000
(14:03 -0400)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index 73c088c962e9153995928cc2a31e7696b057fee4..2918c6ebeedb1630ede9596354907c40596f64c0 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-143,8
+143,8
@@
you can disable the feature by adding
'(inhibit-double-buffering . t)
-to default-frame-
parameters. Or inject this parameter into the
-
selected
frame by evaluating this form:
+to default-frame-
alist. Or inject this parameter into the selected
+frame by evaluating this form:
(modify-frame-parameters nil '((inhibit-double-buffering . t)))